home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Random / Commodore 64c / SOURCE / Vectors.h < prev    next >
Text File  |  1994-04-26  |  110b  |  9 lines

  1. #ifndef VECTORS_H
  2. #define VECTORS_H
  3.  
  4. #define ResetTo    0xfffc
  5. #define IrqTo    0xfffe
  6. #define NMITo    0xfffa
  7.  
  8. #endif
  9.